﻿

/*---------- base ---------*/

@import url("iconfont.css");

* {
    padding: 0px;
    margin: 0px;
}

html {
    background: #FFF;
}

body {
    font: 14px 微软雅黑, Verdana, Arial, Tahoma;
    color: #000;
    background-color: #f9f9f9;
}

img {
    border: none;
}

a {
    color: #256EB1;
    text-decoration: none;
}

a:hover {
    color: #ba2636;
    text-decoration: none;
}

ul {
    list-style: none;
}

input,
select,
button {
    font: 12px Verdana, Arial, Tahoma;
    vertical-align: middle;
}












/*---------- stock ---------*/

.center {
    margin: 0px auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    /*position:relative;*/
}
.w960 {
    width: 960px;
    margin: 0 auto;
    /*position:relative;*/
}

.w580 {
    width: 580px;
    /*position:relative;*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pright .infos_userinfo {
    margin-bottom: 0px;
}

.mt40 {
    margin-top: 40px;
}

.pt10 {
    padding-top: 10px;
}

.pt40 {
    padding-top: 40px;
}

.pright .mt1 {
    margin-top: 0px;
}

.mt2 {
    /* ( margin-top * 2 ) */
    margin-top: 16px;
}

.clear {
    overflow: hidden;
}

.fs-12 {
    font-size: 12px;
}

.fc-f60 {
    color: #F60;
}

.fc-f90 {
    color: #F90;
}

.clr {
    clear: both;
}

.txtcenter {
    text-align: center;
}

.ipt-txt {
    line-height: 15px;
    padding: 4px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #666 #BBB #BBB #666;
    font-size: 12px;
    margin-right: 2px;
}

.nb {
    line-height: 20x;
    padding: 1px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #666 #BBB #BBB #666;
    font-size: 12px;
    margin-right: 2px
}

.btn-1 {
    width: 56px;
    height: 24px;
    border: none;
    background: url(../images/comm-bt.gif) no-repeat;
    line-height: 25px;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    color: #585858;
}

.btn-2 {
    width: 70px;
    height: 25px;
    border: none;
    background: url(../images/btn-bg2.gif) left top no-repeat;
    line-height: 25px;
    overflow: hidden;
    color: #444;
    margin-right: 2px;
    cursor: pointer;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs12 {
    font-size: 12px;
}



/*----------bootstrap diy ---------*/

.carousel-indicators{z-index: 8;}
.popover{max-width: 600px;}




/*---------- frame ---------*/


/*---------- frame : header ---------*/

.header {
    width: 100%;
    margin: auto;
    background-color: #fff;
    min-width: 1200px;
}




.header .zz {
    height: 44px;
    padding-top: 45px;
    margin-left: 20px;
	
}

.header .zz li {
    width: 82px;
    height: 44px;
    background: url(../images/zzz.png) no-repeat;
    float: left;
    margin: 0 10px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.header .zz li a { display: block; width: 100%; height: 100% }
.header .zz li img {
    display: none;
}

.header .zz .z1 {
    background-position: 50% 0
}

.header .zz .z2 {
    background-position: 50% 35%
}

.header .zz .z3 {
    background-position: 50% 68%
}
.header .zz .z4 {
    background-position: 50% 101%
}


.popover {
    border-color: rgba(243, 152, 0, .75);
    box-shadow: 0 3px 8px #333
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    border-bottom-color: rgba(243, 152, 0, .75);
}


.header .tel {
    font-size: 16px;
    color: #000;
    padding-top: 60px;
    padding-right: 10px;
}

.header .tel a {
    font-size: 36px;
    color: #f39800;
    font-family: Impact;
    vertical-align: middle;
}

.header .tel a:last-child {
    letter-spacing: 1.4px;
}

.header_top .time {
    float: left;
    padding-left: 10px;
}

.header_top a.rss {}

.header_top .toplinks {
    float: right;
    text-align: right;
}

.header_top .toplinks a {
    margin: 0 5px;
}

.header_top .toplinks span {
    margin-left: 15px;
}

.header_top .toplinks span a {
    margin: 0 2px;
}

.header .search {
    overflow: hidden;
}

.header a {
    color: #777;
}

.header a:hover {
    color: #ff3333;
    text-decoration: none;
}

.header .top {
    clear: both;
    overflow: hidden;
    height: 140px;
}

.header .title {
    float: left;
}

.header .title h1 a {
    display: block;
    overflow: hidden;
    float: left;
}

.header .welcome {
    float: right;
    margin-top: 20px;
    padding-right: 10px;
    color: #999;
}

.header .welcome a {
    margin: 0px 3px;
}

.header .nav {
    height: 50px;
    background: url(../images/topnav_bg.png) repeat-x #38f;
    width: 100%;
}

.header .nav a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.header .nav>ul>li {
    position: relative;
    float: left;
    width: 149px;
    line-height: 50px;
    text-align: center;
    margin-right: 1px;
}

.header .nav>ul>li.current {
    border-top: 4px solid #8dc519;
    line-height: 46px;
}

.header .nav>ul>li.current>a {
    background-color: #f9fcff;
    color: #000;
}

.header .nav>ul ul {
    display: none;
    background: #f5f5f5;
    line-height: 44px;
    font-size: 16px;
    box-shadow: 3px 3px 8px #ddd;
}

.header .nav>ul ul li {
    padding: 0 10px;
}

.header .nav>ul ul a {
    color: #049;
    font-size: 14px;
}

.header .nav>ul>li:hover {
    background-color: #f9fcff;
    border-top: 4px solid #8dc519;
    line-height: 46px;
    z-index: 9;
}

.header .nav>ul>li:hover a {
    color: #049
}

.header .nav>ul>li:hover ul {
    display: block;
}



.header .nav>ul>li:hover ul li:hover {
    background: url(../images/topnav_bg.png) repeat-x #38f;
}

.header .nav>ul>li:hover ul li:hover a {
    color: #fff;
}


.banner {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    min-width: 1200px;
}

.banner .carousel-indicators li {
    height: 6px;
}

.banner .bbtn span {
    background: url(../images/button_lr.png) no-repeat #000;
    width: 40px;
    height: 120px;
    opacity: 0.3;
    transition: 0.5s
}

.banner .bbtn:hover span {
    opacity: 0.5;
}

.banner .carousel-control-prev span {
    background-position: 0 50%;
}

.banner .carousel-control-next span {
    background-position: 100% 50%;
}

.banner .carousel-indicators li {
    background: #fff;
    box-shadow: 1px 1px 1px #dbdce3;
    border-radius: 13px;
    height: 13px;
    width: 13px;
    transition: 0.8s;
    margin: 0 5px;
}

.banner .carousel-indicators li.active {
    background: #227fcf;
    width: 92px;
}



.footerbox {
    background-color: #313131;
    width: 100%;
    min-width: 1200px;
}

.footerbox .bottom {
    background-color: #232323;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
}
.footerbox .bottom a{
    color: #fff;
}

.footer .bottomnav {
    padding: 30px 0;
}

.footer .bottomnav li {
    display: inline-block;
    border-right: 1px solid #eee;
    margin-left: 20px;
    padding-right: 20px;
    line-height: 14px;
}

.footer .bottomnav li:last-child {
    border-right: none;
}

.footer .bottomnav li a {
    font-size: 18px;
    color: #eee;
}

.footer .footer_left {
    font-size: 16px;
    color: #eee;
    padding: 20px;
}

.footer .footer_left .iconfont {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.subform ul li {
    float: left;
}

.subform input,
.subform textarea {
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
}

.subform input[type=text],.subform input[type=email] {
    width: 290px;
    height: 32px;
    line-height: 30px;
    margin: 10px 10px 10px 0;
    padding: 0 10px;
}

.subform .btn {
    width: 112px;
    height: 45px;
    margin-top: 39px;
    text-align: center;
    background-color: #227fcf;
    border: none;
    color: #fff;
    font-size: 16px;
}

.subform textarea {
    width: 447px;
    height: 74px;
    line-height: 22px;
    margin: 10px 10px 10px 0;
    padding: 0 10px;
}


.ibox .t {
    padding: 40px 0;
    clear: both;
}

.ibox .t h1 {
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #227fcf;
    padding-left: 10px;
    margin-left: 10px;
}

.ibox .t h1 span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}
.ibox .t h1 a {
    color: #000;
    text-decoration: none;
}
.ibox .t h1 a:hover {
    color: #111;
    text-decoration: none;
}

.ibox .t .more {
    font-size: 14px;
    color: #727272
}

.ibox .c {
    margin: 20px 0;
}

.sidebar {
    width: 60px;
    height: 504px;
    position: fixed;
    right: 10px;
    top: 35%;
    z-index: 98
}

.sidebar li {
    width: 60px;
    height: 60px;
}

.sidebar li:last-child {
    border-bottom: none;
}

.sidebar li a {
    display: block;
    width: 60px;
    text-align: center;
    height: 60px;
    background: #bfbfbf;
    color: #fff;
}

.sidebar li a i {
    display: block;
    font-size: 30px;
    line-height: 60px;
}

.sidebar li a:hover,
.sidebar li a.active {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/blue_bg2.png) repeat-x;
    color: #fff;
}

.sidebar .mpqq {
    position: relative;
    width: 200px;
    z-index: 1;
}

.sidebar .mpqq img {
    position: absolute;
    left: 0;
    z-index: -1;
    padding: 5px;
    background: url(../images/blue_bg2.png) repeat-x;
    transition-duration: 0.2s;
    display: none;
}

.sidebar .mpqq:hover img {
    display: block;
    left: -100px;
    transition-duration: 0.2s;
}

.main {
    clear: both;
    overflow: hidden;
}

.leftnav {
    width: 268px;
    float: left;
    width: 268px;
}

.leftnav h1 {
    background: #227fcf;
    font-size: 18px;
    color: #fff;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
}

.leftnav ul li {
    height: 56px;
    line-height: 56px;
    clear: both;
    overflow: hidden;
    margin-top: 24px;
}

.leftnav ul li a {
    background-color: #edecec;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 56px 0 0 56px;
    font-size: 18px;
    color: #121212;
    transition-duration: 0.3s;
}

.leftnav ul li i {
    font-size: 30px;
    width: 48px;
    height: 48px;
    color: #227fcf;
    float: left;
    line-height: 48px;
    text-align: center;
    margin: 4px 30px 4px 4px;
    border-radius: 48px;
}

.leftnav ul li a:hover,
.leftnav ul li.current a {
    background-color: #f39800;
    color: #fff;
    text-decoration: none;
    transition-duration: 0.3s;
}

.leftnav ul li a:hover i,
.leftnav ul li.current a i {
    color: #edecec;
}

.leftnav .leftcontact {
    background: #edecec;
    color: #121212;
    padding: 20px;
    line-height: 26px;
}

.maincontent {
    width: 892px;
    float: right;
}

.maincontent .crumb {
    height: 56px;
    background: url(../images/crumb_bg.jpg) no-repeat;
    #227fcf;
    color: #eee;
    padding: 0 10px;
    line-height: 56px;
}

.maincontent .crumb a {
    color: #eee;
}

.maincontent .typename {
    text-align: center;
    padding: 40px 0 20px;
    background-color: #fff;
    border-bottom: 1px dashed #ddd;
}

.maincontent .typename h1 {
    font-size: 22px;
    font-weight: normal;
    color: #227fcf;
    line-height: 30px;
    margin: 0;
}

.maincontent .detail {
    background-color: #fff;
}

.maincontent .page {
    font-size: 16px;
    line-height: 36px;
    padding:30px 20px;
    text-align: justify;
}


.maincontent .detail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.maincontent .detail table {
   margin: auto;
}

.maincontent .article .content img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    max-height: 225px;
}


.maincontent .detail p {
    text-align: justify;
    text-indent: 2em;
    padding-top: 14px;
    margin-bottom: 0;
}


.maincontent .ad_csb {
    width: 892px;
    height: 60px;
    margin-top: 15px;
}

/*通用翻页样式*/
#page{padding-top:20px;padding-bottom:20px;text-align: center;margin:0 auto; overflow:hidden;}
#page li{background-color:#fff;border:1px solid #ddd;margin-right:6px;list-style:none;float:left;color:#555;}
#page li.pagecount{padding:6px 12px;}
#page li.pre{background:#227fcf;border:1px solid #227fcf;color:#fff;padding:6px 12px;}
#page li.liclass{padding:6px 12px;}
#page li.uli:hover{background:#227fcf;border:1px solid #227fcf;color:#fff;cursor:pointer;display: block;}
#page li.uli a{text-decoration:none;padding:6px 12px;display: block;}
#page li.uli:hover a{color:#fff;text-decoration:none;padding:6px 12px;display: block;}